Namespace Cache.Integer

Types

Link copied to clipboard

Functions

Link copied to clipboard
@extend(before_add_value) function (instance: instance, attribute: attribute, value: integer)
Link copied to clipboard
@extend(before_update_value) function (integer_attribute: integer_attribute, value: integer)
Link copied to clipboard
@extend(before_set_value) function (instance: instance, attribute: attribute, integer_attribute: integer_attribute?, new_value: integer)
Link copied to clipboard
@extend(before_remove_value) function (integer_attribute: integer_attribute)
Link copied to clipboard
function get_values(attribute: attribute): list<(attribute: text, value: integer, count: integer)>
Link copied to clipboard
function handle_new_value(attribute: attribute, value: integer)
Link copied to clipboard
function handle_old_value(integer_attribute: integer_attribute)